Skip to content

BLD: 0 13 pickles #5295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 23, 2013
Merged

BLD: 0 13 pickles #5295

merged 2 commits into from
Oct 23, 2013

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Oct 21, 2013

closes #4796

@jreback
Copy link
Contributor Author

jreback commented Oct 22, 2013

cc @TomAugspurger

can you generate a pickle on the mac for us?

pull down this branch, build like:

python setup.py build

vagrant@precise32:~/0_13_pickles/build/lib.linux-i686-2.7$ python ../../pandas/io/tests/generate_legacy_pickles.py 0.13.0 ../../pandas/io/tests/data/legacy_pickle/0.13.0/
/usr/local/lib/python2.7/dist-packages/pytz-2013b-py2.7.egg/pytz/__init__.py:35: UserWarning: Module pandas was already imported from ./pandas/__init__.pyc, but /usr/local/lib/python2.7/dist-packages/pandas-0.12.0-py2.7-linux-i686.egg is being added to sys.path
  from pkg_resources import resource_stream
This script generates a pickle file for the current arch, system, and python version
  system version: 
  output version: 0.13.0
  output dir    : ../../pandas/io/tests/data/legacy_pickle/0.13.0/
created pickle file: 0.13.0_i686_linux_2.7.3.pickle

then commit and do a PR on this branch.....thanks

@TomAugspurger
Copy link
Contributor

Getting an import error.

 pandas-dev  tom  dhcp80fff527  ~  Envs  …  python2.7  site-packages  pandas  jreback-0_13_pickles  $ python pandas/io/tests/generate_legacy_pickles.py 0.13.0
Traceback (most recent call last):
  File "pandas/io/tests/generate_legacy_pickles.py", line 146, in <module>
    write_legacy_pickles()
  File "pandas/io/tests/generate_legacy_pickles.py", line 114, in write_legacy_pickles
    import pandas.util.testing as tm
  File "./pandas/util/testing.py", line 40, in <module>
    from pandas import _testing
ImportError: cannot import name _testing

I'll see what I can figure out.

@jreback
Copy link
Contributor Author

jreback commented Oct 22, 2013

did you rebuild ? that was just added.....

@TomAugspurger
Copy link
Contributor

I had used python setup.py develop in that virtualenv previously. Doing develop this time worked.

@TomAugspurger
Copy link
Contributor

OK so I've pushed it here

I want to PR against this PR right? I hope I did that correctly: jreback#7

BLD: 2.6 32-bit 0.13.0 pickles

BLD: 2.7.3 32-bit 0.13.0 pickles

BLD: 3.2 32-bit 0.13.0 pickles

BLD: mac pickle, thanks @TomAugspurger
@jreback
Copy link
Contributor Author

jreback commented Oct 22, 2013

@TomAugspurger thanks....everything working so far.....cross-fingers

@jreback
Copy link
Contributor Author

jreback commented Oct 22, 2013

any one have a windows 3.3 build setup can can contribute a pickle?

any other relevant archs/combinations think are needed?

jreback added a commit that referenced this pull request Oct 23, 2013
@jreback jreback merged commit d9240c3 into pandas-dev:master Oct 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

INT: Add 0.13 release pickles
2 participants